/** SETTINGS 		- PREPROCS
  * TOOLS 			- MIXINS, FUNCTIONS
  * GENERIC 		- RESETS, NORMALIZE, BOX-SIZING
  * ELEMENTS 		- BASE HTML H1, A, BUTTON, INPUT ETC.
  * OBJECTS 		- CLASS-BASSED SELECTORS W/O DECORATIONS
  * COMPONENTS 	- UI COMPONENTS MIX OF OBJECTS AND COMPONENTS
  * TRUMPS 			- UTILITY LIKE CLEARFIX OR PULL-RIGHT(FLOAT: RIGHT)
  * THEME 			- STYLING FOR OBJECTS AND COMPONENTS
  */
body {
  font-family: "Gotham", sans-serif;
}
.playfair {
  font-family: "Playfair Display", sans-serif;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1264px) {
  .flex-container--lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 991px) {
  .flex-container--md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .flex-container--sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.js-less[aria-expanded="true"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.js-less[aria-expanded="false"] {
  display: none;
}
.js-more[aria-expanded="true"] {
  display: none;
}
.js-more[aria-expanded="false"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabcontent:not(.js-currentTab) {
  display: none;
}
.width-full {
  width: 100%;
}
.aself-c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.aself-fe {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.abs-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property:transform, -webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property: height,-webkit-transform;transition-property: height,-webkit-transform;transition-property: transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-position:45%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:2rem;left:3rem;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
     transition-timing-function: ease;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@font-face {
  font-family: "Gotham";
  font-weight: 300;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/gotham/Gotham-Light.otf");
}
@font-face {
  font-family: "Gotham";
  font-weight: 400;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/gotham/Gotham-Book.otf");
}
@font-face {
  font-family: "Gotham";
  font-weight: 500;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/gotham/Gotham-Medium.otf");
}
@font-face {
  font-family: "Gotham";
  font-weight: 700;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/gotham/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham";
  font-weight: 900;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/gotham/Gotham-Black.otf");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/Playfair_Display/PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 700;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/Playfair_Display/PlayfairDisplay-Bold.ttf");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 900;
  src: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/Playfair_Display/PlayfairDisplay-Black.ttf");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
button {
  border-radius: 0;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ed1b2e;
  color: #fff;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body {
  background-color: #f7f7f7;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
button,
textarea,
select,
input {
  outline: 0;
  background-color: transparent;
  border: none;
}
p {
  padding: 0;
  margin: 0;
}
blockquote {
  padding: 0;
  margin: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.heading {
  margin: 0;
  font-weight: normal;
}
.heading--big {
  font-weight: 700;
  color: #fff;
  line-height: 0.798296497540201;
  font-size: 7rem;
}
@media (min-width: 991px) {
  .heading--big {
    font-size: 8rem;
  }
}
@media (min-width: 1264px) {
  .heading--big {
    font-size: 10.61rem;
  }
}
.heading--section {
  font-size: 2.3rem;
  line-height: 2.125108601216334;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.heading--prim {
  color: #ed2024;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.heading--prim::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #faa61a;
  margin: 2rem auto;
}
.heading--prim.heading--big {
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
@media (min-width: 991px) {
  .heading--prim.heading--big {
    font-size: 6rem;
  }
}
.heading--prim.heading--big::after {
  margin: 2rem 0;
}
.heading--white {
  color: #fff;
}
.heading--center {
  text-align: center;
}
.heading--margin {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .heading--margin {
    margin-bottom: 10rem;
  }
}
.heading--banner {
  font-size: 6rem;
  letter-spacing: 2.4rem;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: 5.5rem auto 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .heading--banner {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0 1.5rem;
}
@media (min-width: 991px) {
  .container {
    padding: 0 6.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }
}
.container--big {
  padding: 0 1.5rem;
}
@media (min-width: 1264px) {
  .container--big {
    max-width: 1430px;
  }
}
.container--small {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .container--small {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
}
@media (min-width: 991px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}
@media (min-width: 1264px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 991px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1264px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
svg.yslab {
  height: 1.5rem;
}
svg.yslab .yslab-1 {
  fill: #231f20;
}
svg.yslab .yslab-2 {
  fill: #ed2024;
}
.x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9e3e3;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
}
.x::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #c51d1d;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  border-left: none;
  border-top: none;
  cursor: pointer;
  z-index: 2;
}
.x::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #c51d1d;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
  cursor: pointer;
  z-index: 2;
}
.icon {
  display: inline-block;
}
.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.arrow--down {
  border-top: 0.5rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.arrow--simple-down {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #ed2024;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  margin-left: -0.1rem;
  border-left: none;
  border-top: none;
  cursor: pointer;
  z-index: 2;
}
.arrow--up {
  border-bottom: 0.5rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}
.lead {
  font-size: 1.4rem;
  line-height: 1.285714285714286;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.lead--section {
  text-transform: none;
  color: #a6a6a6;
  font-size: 1.6rem;
  line-height: 2.25;
  width: 117.5rem;
  max-width: 100%;
}
.lead--section:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .lead--section:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
.lead--section:first-child {
  margin-top: 1rem;
}
.lead--single {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .lead--single {
    margin: 8rem auto 0;
  }
}
.lead--center {
  text-align: center;
}
.lead--white {
  color: #fff;
}
.lead--cprim {
  color: #ed2024;
}
.lead--big {
  font-size: 2.6rem;
}
.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button {
  cursor: pointer;
}
.button--arrow .icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.button--contact {
  color: #fff;
  background-color: #faa61a;
  height: 5.3rem;
  width: 26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--contact:hover {
  background-color: #f39a05;
}
.button--contact:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.button--contact .icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-left: 1.5rem;
  margin-bottom: 0.1rem;
}
.button--prim .arrow {
  margin-left: 1.5rem;
}
.parallax {
  padding: 0 !important;
  overflow: hidden;
  height: 70vh;
}
@media (min-width: 1870px) {
  .parallax {
    height: 90rem;
  }
}
.parallax img {
  margin-top: 0;
}
@media (min-width: 768px) {
  .parallax img {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
}
.parallax--sm {
  position: relative;
  height: 50vh;
}
@media (min-width: 1500px) {
  .parallax--sm {
    height: 65rem;
  }
}
@media (min-width: 768px) {
  .parallax--sm img {
    margin-top: -15rem;
  }
}
.parallax--sm::after {
  content: '';
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax-contact {
  padding-top: 12rem;
  height: 60rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parallax-contact::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.parallax-contact .intro__scroll,
.parallax-contact .heading {
  z-index: 2;
}
.parallax-contact img {
  margin-top: 0;
  min-width: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .parallax-contact img {
    min-height: auto;
    min-width: auto;
    width: 100%;
    height: 100%;
    object-position: left center;
  }
}
.overlay {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0s linear 0.5s, -webkit-transform 0s linear 0.5s;
  display: block;
  -webkit-transform: translateX(-99999px);
  -ms-transform: translateX(-99999px);
  transform: translateX(-99999px);
}
@media (max-width: 990px) {
  .overlay {
    z-index: 7;
  }
}
.overlay--alt {
  background-color: rgba(0,0,0,0.7);
}
.overlay.js-active {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0s linear;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0s linear;
  transition: opacity 0.2s ease-in-out, transform 0s linear;
  transition: opacity 0.2s ease-in-out, transform 0s linear, -webkit-transform 0s linear;
}
.scroll {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .scroll {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .scroll {
    margin: 2rem 0;
  }
}
.scroll .icon {
  display: block;
  margin-right: 2rem;
}
.bar--cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.bar--cookies.is-active {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.bar--cookies .cookies__text {
  padding: 2rem 6rem;
  font-size: 1.7rem;
  text-align: center;
  color: #191919;
  font-weight: 400;
  line-height: 1.2;
}
.bar--cookies .cookies__text a {
  color: #191919;
  text-decoration: underline;
}
.bar--cookies .cookies__text a:hover {
  color: #191919;
}
.bar--cookies .container {
  position: relative;
}
.bar--cookies .cookies__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.bar--cookies .cookies__close:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.bar--cookies .cookies__close .x {
  background-color: transparent;
}
.bar--cookies .cookies__close .x::before,
.bar--cookies .cookies__close .x::after {
  border-color: #fff;
}
.footer {
  background-color: #191919;
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .footer__container {
    padding-bottom: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__copy {
  color: #fff;
  font-size: 1.4rem;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}
.footer__nav-item {
  margin-right: 9.5rem;
}
.footer__nav-item a {
  position: relative;
}
.footer__nav-item a::after {
  content: '';
  height: 0.2rem;
  background-color: #faa61a;
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.footer__nav-item a:hover::after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
@media (max-width: 990px) {
  .footer__nav-item {
    margin-right: 4rem;
  }
}
.footer__nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer__nav-item {
    margin: 10px 0;
  }
}
.footer__nav-item a {
  color: #e7e7e7;
  font-size: 1.6rem;
  font-weight: 500;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .header {
    background-color: #191919;
    height: 7rem;
  }
}
@media (min-width: 991px) {
  .header {
    height: 16rem;
  }
}
@media (min-width: 991px) {
  .header.js-collapsed {
    background-color: #191919;
    height: 7rem;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .header.js-collapsed .header__logo {
    -webkit-transform: scale(0.6) translate3d(0, 0, 0);
    transform: scale(0.6) translate3d(0, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.header__logo {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  max-width: 185px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 990px) {
  .header__logo img {
    width: 10rem;
  }
}
@media (max-width: 990px) {
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #191919;
    height: -webkit-calc(100vh - 7rem);
    height: calc(100vh - 7rem);
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }
}
.header__nav.js-active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.header__hamburger {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #ed2024;
  border-radius: 2px;
  z-index: 3;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__hamburger.js-active span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 20px;
}
.header__hamburger.js-active span:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header__hamburger.js-active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
}
.header__hamburger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 20px;
  left: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
}
.header__hamburger span:nth-child(1) {
  top: 15px;
}
.header__hamburger span:nth-child(2) {
  top: 20px;
}
.header__hamburger span:nth-child(3) {
  top: 25px;
}
@media (min-width: 991px) {
  .header__hamburger {
    display: none;
  }
}
.header .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.787777777777778;
  display: block;
}
.header li {
  margin-right: 5rem;
}
@media (min-width: 1264px) {
  .header li {
    margin-right: 5.5rem;
  }
}
.header li.current_page_item a::after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header li a {
  position: relative;
}
.header li a::after {
  content: '';
  height: 0.2rem;
  background-color: #faa61a;
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
@media (max-width: 990px) {
  .header li a::after {
    top: 85%;
    left: 3rem;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
.header li a:hover::after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.header li--active a::after {
  content: '';
  height: 0.2rem;
  background-color: #faa61a;
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 991px) {
  .header li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .header li a {
    padding: 3rem;
  }
}
@media (min-width: 991px) {
  .header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header--custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  z-index: 10;
  background-color: #191919;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.header--custom .header__logo {
  -webkit-transform: scale(0.8) translate3d(0, 0, 0);
  transform: scale(0.8) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  max-width: 185px;
}
.header--custom .header__logo img {
  width: 100%;
}
.header--custom.js-collapsed {
  background-color: #191919;
  height: 7rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.header--custom.js-collapsed .header__logo {
  -webkit-transform: scale(0.6) translate3d(0, 0, 0);
  transform: scale(0.6) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 6.5rem 0;
  }
}
.section--cdark {
  background-color: #191919;
}
.section--contact-bar {
  background-color: #191919;
  padding-top: 9rem;
  padding-bottom: 0;
}
@media (max-width: 479px) {
  .section--contact-bar {
    padding-top: 15rem;
  }
}
.section--contact-bar .heading--section {
  color: #fff;
  text-align: center;
  padding-bottom: 9rem;
}
.section--paddingTop {
  padding-top: 5rem;
}
@media (min-width: 991px) {
  .section--paddingTop {
    padding-top: 10rem;
  }
}
.section--noPaddingBottom {
  padding-bottom: 0;
}
.section--paddingBig {
  padding: 4rem 0;
}
@media (min-width: 991px) {
  .section--paddingBig {
    padding: 10rem 0;
  }
}
@media (min-width: 1500px) {
  .section--paddingBig {
    padding: 19rem 0;
  }
}
.container__concept {
  min-height: 40vh !important;
}
.intro {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .intro {
    padding: 12rem 1rem 5rem;
  }
}
@media (min-width: 991px) {
  .intro {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .intro {
    height: 100vh;
  }
}
@media (min-width: 1264px) {
  .intro {
    height: 90vh;
  }
}
.intro::after {
  content: '';
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.intro__video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 767px) {
  .intro__video {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro__video.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .intro__video.mobile {
    display: inline;
  }
}
.intro__content {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .intro__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.intro__content .heading--big {
  margin-right: 4rem;
}
.intro__content::before,
.intro__content::after {
  content: '';
  height: 3rem;
  width: 0.3rem;
  background-color: #ed2024;
}
.intro__content::before {
  margin-right: 3rem;
}
.intro__content::after {
  margin-left: 3rem;
}
.intro__container {
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.intro__scroll {
  bottom: -2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .intro__scroll {
    display: none;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 990px) {
  .intro__scroll {
    bottom: -4.5rem;
  }
}
@media (min-width: 768px) {
  .intro__scroll {
    position: absolute;
  }
}
.intro__scroll--right {
  top: -webkit-calc(50% - 6.2rem);
  top: calc(50% - 6.2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem;
  border: 0.1rem solid #fff;
  bottom: auto;
  right: 3rem;
}
@media (min-width: 991px) {
  .intro__scroll--right {
    right: 0;
  }
}
@media (min-width: 1264px) {
  .intro__scroll--right {
    right: 6.5rem;
  }
}
@media (max-width: 767px) {
  .intro__scroll--right {
    display: none;
  }
}
.intro__scroll--right .arrow--simple-down {
  margin-top: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.intro__scroll--right:hover .arrow--simple-down {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  -ms-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.intro__scroll .icon {
  display: block;
  margin: 2rem auto 0;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.intro__scroll--custom {
  bottom: 3rem;
  font-size: 1.4rem;
  display: block;
  position: absolute;
}
.intro__scroll--custom .icon {
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 990px) {
  .intro .slider {
    bottom: 4rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .intro .slider {
    position: absolute;
  }
}
@media (min-width: 991px) {
  .intro .slider {
    right: 1rem;
    bottom: 0rem;
  }
}
@media (min-width: 1264px) {
  .intro .slider {
    right: 6.5rem;
    bottom: 0rem;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.slider--counter {
  height: 15rem;
}
@media (min-width: 768px) {
  .slider--counter {
    height: 7rem;
  }
}
.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .counter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 990px) {
  .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.counter .icon,
.counter .icon svg {
  display: block;
  margin-right: 1.5rem;
  max-width: 4.6rem;
  max-height: 5.5rem;
}
@media (max-width: 479px) {
  .counter .icon,
  .counter .icon svg {
    margin-right: 0;
  }
}
.counter p {
  font-weight: 700;
  line-height: 4.7rem;
  color: #fff;
  font-size: 3rem;
}
.counter p.counter--narrow {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .counter p.counter--narrow {
    min-width: 9rem;
  }
}
@media (min-width: 1264px) {
  .counter p.counter--narrow {
    min-width: 9rem;
  }
}
@media (min-width: 480px) {
  .counter p {
    font-size: 5.6rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .counter p {
    margin-right: 1.5rem;
    min-width: 20.5rem;
  }
}
@media (min-width: 991px) {
  .counter p {
    font-size: 5rem;
    min-width: 17rem;
  }
}
@media (min-width: 1870px) {
  .counter p {
    font-size: 6.6rem;
  }
}
.counter span {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 500;
}
.counter--box {
  background: -webkit-gradient(linear, left bottom, right top, from(#282828), to(#5e5e5e));
  background: linear-gradient(to top right, #282828, #5e5e5e);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 990px) {
  .counter--box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .counter--box {
    padding: 9rem 2rem;
  }
}
@media (min-width: 991px) {
  .counter--box {
    width: -webkit-calc(100% / 2 - 1.2rem);
    width: calc(100% / 2 - 1.2rem);
  }
}
@media (min-width: 1264px) {
  .counter--box {
    width: -webkit-calc(100% / 4 - 1.2rem);
    width: calc(100% / 4 - 1.2rem);
  }
}
@media (max-width: 1263px) {
  .counter--box {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 991px) and (max-width: 1869px) {
  .counter--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 3rem;
  }
  .counter--box .icon {
    margin: 0 auto 2rem;
  }
  .counter--box p {
    margin: 1rem 0 1rem;
  }
}
.counter--box p {
  font-size: 5.6rem;
  min-width: initial;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .counter--box p {
    margin-top: 1rem;
  }
}
.counter--box span {
  font-size: 1.8rem;
  line-height: 1.333333333333333;
  font-weight: 700;
}
.counter--box .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1870px) {
  .counter--box .icon {
    margin-right: 1.5rem;
  }
}
@media (min-width: 991px) {
  .counters-3 .counter--box {
    width: -webkit-calc(100% / 2 - 1.2rem);
    width: calc(100% / 2 - 1.2rem);
  }
}
@media (min-width: 1264px) {
  .counters-3 .counter--box {
    width: -webkit-calc(100% / 3 - 1.2rem);
    width: calc(100% / 3 - 1.2rem);
  }
}
.contact-bar {
  background-color: #e7e7e7;
  padding-top: 17rem;
  padding-bottom: 14rem;
}
@media (max-width: 990px) {
  .contact-bar {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}
.contact-bar__container {
  max-width: 1248px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .contact-bar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-bar__info {
  color: #191919;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-bar__info .flex-container.info span {
  margin-right: 0.5rem;
}
.contact-bar__info .info {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.contact-bar__info .info--underline::after {
  content: '';
  height: 0.2rem;
  width: 3.8rem;
  background: #faa61a;
  display: block;
  margin: 2.5rem 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  tranform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.contact-bar__info .info--underline.js-animate::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.contact-bar__info .info--big {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
.contact__form {
  -webkit-box-flex: 1.74;
  -webkit-flex: 1.74;
  -ms-flex: 1.74;
  flex: 1.74;
  padding-top: 1.6rem;
  position: relative;
}
.contact__form .thanks {
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e7e7e7;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear;
  transition: opacity 0.3s ease-in-out, visibility 0s linear;
}
.contact__form .thanks .heading {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.contact__form .thanks.active {
  opacity: 1;
  visibility: visible;
}
.contact__form .col-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
  margin-bottom: 4.3rem;
  position: relative;
}
.contact__form .col-contact::after {
  content: '';
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.contact__form .col-contact.js-focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
@media (max-width: 767px) {
  .contact__form .col-contact {
    width: 100%;
  }
}
.contact__form .col-contact--fullwidth {
  width: 100%;
  margin-bottom: 0;
}
.contact__form textarea {
  resize: none;
}
.contact__form label {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.contact__form .contact__input {
  border-bottom: 1px solid #b5b5b5;
  height: 2.7rem;
  font-size: 1.4rem;
}
.contact__form .form-group {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  width: 26rem;
}
.errorMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.errorMessage label.error {
  font-size: 1.1rem;
  text-transform: none;
  margin: 0.5rem 0;
  color: #f00;
}
.banner {
  position: relative;
  color: #191919;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner__img {
  max-height: 70vh;
  object-fit: cover;
}
.banner img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  .banner {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 991px) {
  .banner {
    width: -webkit-calc(50% - 1.8rem);
    width: calc(50% - 1.8rem);
    height: -webkit-calc(50vw - 1.8rem - 13rem);
    height: calc(50vw - 1.8rem - 13rem);
  }
}
.banner__content {
  background-color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 2rem 1rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 5;
}
@media (min-width: 768px) {
  .banner__content {
    padding: 4rem 5rem;
    width: 36rem;
  }
}
.banner__content:hover {
  background-color: rgba(255,255,255,0.95);
}
.banner__content:hover .icon {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.banner__nth {
  font-size: 1.4rem;
  line-height: 1.285714285714286;
  margin-bottom: 5rem;
}
.banner .lead {
  margin-bottom: 5rem;
}
.banner--compact {
  padding: 0;
  margin-bottom: 0.8rem;
  background-size: cover;
  background-position: center bottom;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .banner--compact {
    width: -webkit-calc(100% / 2 - 0.65rem);
    width: calc(100% / 2 - 0.65rem);
  }
}
@media (min-width: 991px) {
  .banner--compact {
    width: -webkit-calc(100% / 3 - 0.65rem);
    width: calc(100% / 3 - 0.65rem);
  }
}
@media (min-width: 1264px) {
  .banner--compact {
    width: -webkit-calc(100% / 4 - 0.65rem);
    width: calc(100% / 4 - 0.65rem);
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .banner--compact:not(:nth-child(2n)) {
    margin-right: 0.8rem;
  }
}
@media (min-width: 991px) and (max-width: 1263px) {
  .banner--compact:not(:nth-child(3n)) {
    margin-right: 0.8rem;
  }
}
@media (min-width: 1264px) {
  .banner--compact:not(:nth-child(4n)) {
    margin-right: 0.8rem;
  }
}
.banner--compact:hover .banner__content {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.banner--compact:hover .heading {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.3s linear 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
  transition: opacity 0.3s linear 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.3s, opacity 0.3s linear 0.3s;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.3s, opacity 0.3s linear 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
}
.banner--compact:hover .lead {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.3s linear 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
  transition: opacity 0.3s linear 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, opacity 0.3s linear 0.6s;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, opacity 0.3s linear 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
}
.banner--compact strong {
  display: block;
}
.banner--compact .button--arrow {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.banner--compact .heading,
.banner--compact .lead {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.banner--compact .banner__content {
  position: relative;
  padding: 5rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.banner--full {
  width: 100%;
}
@media (max-width: 990px) {
  .banner--full {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .banner--full {
    height: 60rem;
  }
}
@media (min-width: 1500px) {
  .banner--full {
    height: 78rem;
    max-height: 80vh;
  }
}
.banner--intro {
  margin-top: 12rem;
}
@media (max-width: 990px) {
  .banner--intro {
    padding: 10rem 0;
  }
}
.banner--intro .lead {
  margin-bottom: 0;
}
.banner--intro .banner__content--padding {
  padding: 2rem;
}
@media (min-width: 480px) {
  .banner--intro .banner__content--padding {
    padding: 10rem 7rem;
  }
}
.section-relations {
  padding-top: 14.7rem;
  background-color: #191919;
}
.edge {
  background-image: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/img/streetviewdog-1.jpeg");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .edge {
    width: 37.9%;
    height: 72.5rem;
  }
}
.investor-list {
  background-color: #1c1c1c;
  padding: 2rem 3rem;
}
@media (min-width: 768px) {
  .investor-list {
    width: 34.5rem;
    padding: 3rem 5rem 5rem 5rem;
    margin-top: 13.4rem;
  }
}
@media (max-width: 767px) {
  .investor-list .icon {
    margin-left: 4rem;
  }
}
.investor-list--horizontal {
  width: 100%;
}
@media (max-width: 767px) {
  .investor-list--horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.investor-list--horizontal .investor-list__item {
  padding: 1rem 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.investor-list--horizontal .investor-list__item::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background-color: #ed2024;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.investor-list--horizontal .investor-list__item.js-currentTab::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.investor-list__item {
  font-size: 1.4rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  padding: 2rem 0;
}
.investor-list__item:hover .icon-arrow-down {
  -webkit-transform: rotate(270deg) translateY(0.5rem);
  -ms-transform: rotate(270deg) translateY(0.5rem);
  transform: rotate(270deg) translateY(0.5rem);
}
.investor-list__item .icon-arrow-down {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-right: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .relations-content {
    width: 62.1%;
  }
}
.relations-content .list {
  margin-bottom: 2rem;
}
.relations-content .lead {
  margin-bottom: 2rem;
}
.relations-content .lead--section {
  line-height: 1.285714285714286;
}
.relations-content .tabcontent {
  padding: 2rem 4rem;
}
.relations-content .tabcontent .tabcontent {
  padding: 2rem 0;
}
.relations-content .tabcontent .lead {
  margin-bottom: 0.5rem;
}
.relations-content .table {
  margin-top: 4rem;
  color: #fff;
}
@media (max-width: 1499px) {
  .relations-content .list--horizontal p {
    font-size: 1.4rem;
  }
}
.relations-content__box {
  background-color: #8da744;
  padding: 1.5rem 3rem;
  position: relative;
  display: inline-block;
  margin-right: 4rem;
}
.relations-content .cache {
  position: absolute;
  right: -11px;
  top: 0;
  width: 20px;
  height: 100%;
}
.relations-content .cache::after {
  content: '';
  position: absolute;
  background: #8da744;
  content: '';
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
.relations-content__table {
  border: 1px solid #ebeeef;
  width: 100%;
}
@media (min-width: 480px) {
  .relations-content__table {
    width: 27rem;
  }
}
.relations-content__table .table__header {
  background-color: #f2f2f2;
}
.relations-content__table .relations-content__property {
  padding: 1.3rem 1rem;
}
.relations-content__table .table__column {
  width: 50%;
  padding: 1.2rem 3rem;
}
.relations-content__table .table__column:last-child {
  position: relative;
}
.relations-content__table .table__column:last-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #d0d8dc;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.relations-content__property {
  margin-right: 4rem;
}
@media (min-width: 991px) {
  .relations-content__property {
    width: -webkit-calc(100% / 2 - 4rem);
    width: calc(100% / 2 - 4rem);
  }
}
@media (min-width: 1264px) {
  .relations-content__property {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-calc(100% / 3 - 4rem);
    width: calc(100% / 3 - 4rem);
  }
}
@media (min-width: 1500px) {
  .relations-content__property {
    width: -webkit-calc(100% / 4 - 4rem);
    width: calc(100% / 4 - 4rem);
  }
}
@media (max-width: 1499px) {
  .relations-content__property {
    margin-bottom: 2rem;
  }
}
.relations-content__property--full {
  width: 100%;
  -webkit-flex-shrink: initial;
  -ms-flex-negative: initial;
  flex-shrink: initial;
}
@media (max-width: 1263px) {
  .relations-content__property .lead {
    font-size: 1.3rem;
  }
}
.relations-content__properties {
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 2rem;
}
@media (max-width: 1499px) {
  .relations-content__properties {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.relations-content__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .relations-content__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.relations-content__link .lead {
  margin: 0;
}
.relations-content__link:hover {
  text-decoration: underline;
}
.relations-content__link:hover .icon-arrow-down {
  -webkit-transform: rotate(270deg) translateY(0.5rem);
  -ms-transform: rotate(270deg) translateY(0.5rem);
  transform: rotate(270deg) translateY(0.5rem);
}
.relations-content__link .icon-arrow-down {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .relations-content__link .icon-arrow-down {
    margin-left: 5rem;
  }
}
@media (min-width: 768px) {
  .relations-content__link svg {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .relations-content__link svg {
    margin-bottom: 2rem;
  }
}
.gallery__slider {
  margin: 0;
  position: relative;
  height: 60vw;
}
@media (min-width: 768px) {
  .gallery__slider {
    width: 100%;
    height: 50vw;
  }
}
@media (min-width: 991px) {
  .gallery__slider {
    height: 36vw;
  }
}
@media (min-width: 1264px) {
  .gallery__slider {
    height: 60rem;
    width: -webkit-calc(100% - 27rem);
    width: calc(100% - 27rem);
  }
}
@media (min-width: 1500px) {
  .gallery__slider {
    width: -webkit-calc(100% - 32rem);
    width: calc(100% - 32rem);
    height: 72rem;
  }
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__thumbnails {
  width: 100%;
  height: 25vw;
}
@media (max-width: 1263px) {
  .gallery__thumbnails {
    margin-top: 2rem;
  }
}
@media (min-width: 991px) {
  .gallery__thumbnails {
    height: 15vw;
  }
}
@media (min-width: 1264px) {
  .gallery__thumbnails {
    height: 48rem;
    width: 25rem;
  }
}
@media (min-width: 1500px) {
  .gallery__thumbnails {
    width: 30rem;
    height: 60rem;
  }
}
.gallery__thumbnails .swiper-slide {
  border: 2px solid transparent;
  cursor: pointer;
}
.gallery__thumbnails .swiper-slide.active {
  border: 2px solid #faa61a;
}
.gallery__buttons {
  position: absolute;
  bottom: 2rem;
  z-index: 2;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gallery__prev,
.gallery__next {
  background-color: #faa61a;
  padding: 2rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.gallery__prev:hover,
.gallery__next:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.gallery__prev {
  margin-right: 2rem;
}
.gallery__prev .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1263px) {
  .gallery .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gallery .thumbnails__prev,
.gallery .thumbnails__next {
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1264px) {
  .gallery .thumbnails__prev,
  .gallery .thumbnails__next {
    padding: 2rem;
  }
}
.gallery .thumbnails__prev .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 1264px) {
  .gallery .thumbnails__prev .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1263px) {
  .gallery .thumbnails__prev {
    padding: 2rem 2rem 2rem 0;
  }
}
@media (min-width: 1264px) {
  .gallery .thumbnails__prev:hover .icon {
    -webkit-transform: translateY(-1rem) rotate(-90deg);
    -ms-transform: translateY(-1rem) rotate(-90deg);
    transform: translateY(-1rem) rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (min-width: 1264px) {
  .gallery .thumbnails__next .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1263px) {
  .gallery .thumbnails__next {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 1264px) {
  .gallery .thumbnails__next:hover .icon {
    -webkit-transform: translateY(1rem) rotate(90deg);
    -ms-transform: translateY(1rem) rotate(90deg);
    transform: translateY(1rem) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.gallery .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.map {
  padding: 5rem 0;
}
@media (min-width: 1264px) {
  .map {
    padding: 11rem 0 0;
  }
}
@media (max-width: 767px) {
  .map {
    display: none;
  }
}
.map__legend,
.map__pins {
  position: relative;
  z-index: 2;
}
@media (max-width: 1263px) {
  .map__pins {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 990px) {
  .map__pins {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    margin-left: -5rem;
  }
}
.map__legend {
  margin-right: 2.5rem;
}
.map__investments {
  margin-top: 4.5rem;
}
.map__mapImage {
  opacity: 0.7;
}
.map__tooltip {
  width: auto;
  display: inline-block;
  padding: 2rem 4rem;
  position: absolute;
  bottom: -webkit-calc(100% + 1rem);
  bottom: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.map__tooltip .heading--prim {
  font-size: 2rem;
  line-height: 1.2;
}
.map__tooltip::after {
  content: '';
  border-top: 0.7rem solid rgba(255,255,255,0.85);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
}
.map__tooltip .lead {
  white-space: nowrap;
}
.map__pin {
  position: absolute;
  cursor: pointer;
}
.map__pin:hover .map__tooltip,
.map__pin.js-hover .map__tooltip {
  pointer-events: all;
  opacity: 1;
  visiblity: visible;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.map li {
  color: #a6a6a6;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.map li::before {
  content: '';
  background-image: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png");
  background-position: -78px -56px;
  width: 7px;
  height: 17px;
  position: absolute;
  right: -webkit-calc(100% + 1.3rem);
  right: calc(100% + 1.3rem);
  top: 0.3rem;
  -webkit-transform: translateX(-1rem) rotate(-90deg);
  -ms-transform: translateX(-1rem) rotate(-90deg);
  transform: translateX(-1rem) rotate(-90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.map li:hover {
  color: #fff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.map li:hover::before {
  -webkit-transform: translateX(0) rotate(-90deg);
  -ms-transform: translateX(0) rotate(-90deg);
  transform: translateX(0) rotate(-90deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.map .container {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1264px) {
  .map .container {
    padding-top: 12rem;
    padding-bottom: 8.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.map .container::before {
  content: '';
  width: -webkit-calc(50% - 6.5rem);
  width: calc(50% - 6.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 6.5rem;
  border: 0.2rem solid #2f2f30;
  border-right: none;
  z-index: 1;
}
@media (max-width: 1263px) {
  .map .container::before {
    display: none;
  }
}
.map .container::after {
  content: '';
  width: -webkit-calc(50% - 6.5rem);
  width: calc(50% - 6.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 6.5rem;
  background-image: url("/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/img/map-bg.jpg");
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 1263px) {
  .map .container::after {
    display: none;
  }
}
.list--horizontal {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1263px) {
  .list--horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.list--horizontal .list__title {
  margin-bottom: 0.5rem;
}
.list--horizontal li {
  position: relative;
  line-height: 1.1;
  padding: 1rem 2rem;
}
@media (max-width: 1263px) {
  .list--horizontal li {
    background-color: rgba(255,255,255,0.2);
    border: 0.1rem solid rgba(255,255,255,0.2);
    padding: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1500px) {
  .list--horizontal li {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1263px) {
  .list--horizontal li {
    width: -webkit-calc(100% / 3 - 1rem);
    width: calc(100% / 3 - 1rem);
  }
}
@media (max-width: 767px) {
  .list--horizontal li {
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media (max-width: 479px) {
  .list--horizontal li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1264px) {
  .list--horizontal li:first-child {
    padding-left: 0;
  }
}
.list--horizontal li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.2);
}
@media (max-width: 1263px) {
  .list--horizontal li:not(:last-child)::after {
    display: none;
  }
}
.table {
  width: 100%;
  overflow-x: scroll;
}
.table__col {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  display: block;
  padding: 1.3rem 1rem;
}
.table__row {
  min-width: 40rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-arrow-down {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: -78px -56px;
  width: 7px;
  height: 17px;
}
.icon-arrow-right {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: -85px -56px;
  width: 17px;
  height: 7px;
}
.icon-arrow-white {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: -85px -63px;
  width: 17px;
  height: 7px;
}
.icon-building-red {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: -53px -56px;
  width: 25px;
  height: 54px;
}
.icon-buildings-red {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: -61px 0px;
  width: 53px;
  height: 55px;
}
.icon-buildings-white {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: 0px -56px;
  width: 53px;
  height: 55px;
}
.icon-machine-red {
  background-image: url(/web/20241203111222im_/https://victoria-house.eu/wp-content/themes/yslab/dist/assets/sprite.png);
  background-position: 0px 0px;
  width: 61px;
  height: 56px;
}

.reports {
    margin: 1rem 0;
}

.reports__year {
    display: block;

    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reports__report::before{
    content: '';
    width: 5px;
    height: 8px;
    border: 2px solid #ed2024;
    border-left: none;
    border-top: none;
    position: absolute;
    left: 0.6rem;
    top: 1.2rem;
    -webkit-transform: rotatez(45deg);
    -ms-transform: rotate(45deg);
    transform: rotatez(45deg);
    cursor: pointer;
    z-index: 2;
}

.reports__report {
    position: relative;
    padding-left: 2.5rem;
    line-height: 2.25;
}

.reports__report a{
    color: #fff;
}
/*
     FILE ARCHIVED ON 11:12:22 Dec 03, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:12:12 Jun 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.741
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.038
  esindex: 0.012
  cdx.remote: 10.031
  LoadShardBlock: 179.961 (3)
  PetaboxLoader3.datanode: 206.643 (5)
  load_resource: 400.694
  PetaboxLoader3.resolve: 321.365
  loaddict: 54.604
*/